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 binary value from the given {0}. If the given {0} is null, Binary.From returns null.  If the given {0} is binary, {0} is returned. Values of the following types can be converted to a binary value:
      
  • text: A binary value from the text representation. See Binary.FromText for details.
If {0} is of any other type, an error is returned.