Returns a 8-bit integernumber
value from the given {0}. If the given {0} isnull
,Byte.From
returnsnull
. If the given {0} isnumber
within the range of 8-bit integer without a fractional part, {0} is returned. If it has fractional part, then the number is rounded with the rounding mode specified. The default rounding mode isRoundingMode.ToEven
. If the given {0} is of any other type, seeNumber.FromText
for converting it tonumber
value, then the previous statement about convertingnumber
value to 8-bit integernumber
value applies.SeeNumber.Round
for the available rounding modes.
Returns a -1, 0, or 1 number value based on the first text value, {0}, being less than, equal to, or greater than the second ...
Returns a 16-bit integer number value from the given {0}. If the given {0} is null , Int16.From returns null . If the given ...
Returns a 32-bit integer number value from the given {0}. If the given {0} is null , Int32.From returns null . If the given ...
Returns a 64-bit integer number value from the given {0}. If the given {0} is null , Int64.From returns null . If the given ...
Returns a 8-bit integer number value from the given {0}. If the given {0} is null , Byte.From returns null . If the given ...
Returns a binary format that chooses the next binary format based on a value that has already been read. The binary format ...
Returns a binary format that limits the amount of data that can be read. Both BinaryFormat.List and BinaryFormat.Binary can ...
Returns a binary format that reads a binary value. If {0} is specified, the binary value will contain that many bytes. If ...
Returns a binary format that reads a record. The {0} parameter specifies the format of the record. Each field in the record ...