Returns abinary
value from the given {0}. If the given {0} isnull
,Binary.From
returnsnull
. If the given {0} isbinary
, {0} is returned. Values of the following types can be converted to abinary
value:
text
: Abinary
value from the text representation. SeeBinary.FromText
for details.
Returns a binary format that reads a sequence of items and returns a list . The {0} parameter specifies the binary format ...
Returns a binary format that reads a text value. The {0} specifies the number of bytes to decode, or the binary format of ...
Returns a binary format that will transform the values read by another binary format. The {0} parameter specifies the binary ...
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. ...