Returns acurrency
value from the given {0}. If the given {0} isnull
,Currency.From
returnsnull
. If the given {0} isnumber
within the range of currency, fractional part of the {0} is rounded to 4 decimal digits and returned. If the given {0} is of any other type, seeNumber.FromText
for converting it tonumber
value, then the previous statement about convertingnumber
value tocurrency
value applies. Valid range for currency is-922,337,203,685,477.5808
to922,337,203,685,477.5807
. SeeNumber.Round
for the available rounding modes, the default isRoundingMode.ToEven
.
Returns a binary value corresponding to the end of {0}. The returned value is always empty (i.e. it is 0 bytes in length). ...
Returns a binary value from the given {0}. If the given {0} is null , Binary.From returns null . If the given {0} is binary ...
Returns a comparer function given the {0} and a logical value {1} for case sensitivity for the comparison. The default value ...
Returns a copy of the text value {0} with all the characters from position {1} removed. An optional parameter, {2} can by ...
Returns a currency value from the given {0}. If the given {0} is null , Currency.From returns null . If the given {0} is ...
Returns a date , datetime , or datetimezone value representing the end of the day in {0}. Time zone information is preserved. ...
Returns a date , datetime , or datetimezone value representing the end of the quarter in {0}. Time zone information is preserved. ...
Returns a date value from the given {0}. If the given {0} is null , Date.From returns null . If the given {0} is date , {0} ...
Returns a datetime value from the given {0}. If the given {0} is null , DateTime.From returns null . If the given {0} is ...