ToByte(Decimal) 将指定的十进制数的值转换为等效的 8 位无符号整数。 ToByte(Boolean) 将指定的布尔值转换为等效的 8 位无符号整数。 ToByte(Int16) 将指定的 16 位有符号整数的值转换为等效的 8 位无符号整数。 ToByte(Int32) 将指定的 32 位有符号整数的值转换为等效的 8 位无符号整数。 ToByt...
Converts the value of the specified 16-bit signed integer to an equivalent Boolean value. ToBoolean(Double) Converts the value of the specified double-precision floating-point number to an equivalent Boolean value. ToBoolean(Decimal) Converts the value of the specified decimal number to an ...
Converts the value of the specified 16-bit signed integer to an equivalent Boolean value. ToBoolean(Double) Converts the value of the specified double-precision floating-point number to an equivalent Boolean value. ToBoolean(Decimal) Converts the value of the specified decimal number to an ...
ToByte(Decimal) 将指定的十进制数的值转换为等效的 8 位无符号整数。 ToByte(Boolean) 将指定的布尔值转换为等效的 8 位无符号整数。 ToByte(Int16) 将指定的 16 位有符号整数的值转换为等效的 8 位无符号整数。 ToByte(Int32) 将指定的 32 位有符号整数的值转换为等效的 8 位无符号整数。 ToByt...
ToByte(Decimal) 将指定的十进制数的值转换为等效的 8 位无符号整数。 ToByte(Boolean) 将指定的布尔值转换为等效的 8 位无符号整数。 ToByte(Int16) 将指定的 16 位有符号整数的值转换为等效的 8 位无符号整数。 ToByte(Int32) 将指定的 32 位有符号整数的值转换为等效的 8 位无符号整数。 ToByt...
ToByte(Decimal) 將指定之十進位數字的值,轉換為相等的 8 位元不帶正負號的整數。 ToByte(Boolean) 將指定的布林值轉換為相等的 8 位元不帶正負號的整數。 ToByte(Int16) 將指定的 16 位元帶正負號的整數值轉換為相等的 8 位元不帶正負號的整數。 ToByte(Int32) 將指定的 32 位元帶正負號的整數值...
ToByte ToChar ToDateTime ToDecimal ToDouble ToHexString ToHexStringLower ToInt16 ToInt32 ToInt64 ToSByte ToSingle ToString ToUInt16 ToUInt32 ToUInt64 TryFromBase64Chars TryFromBase64String TryToBase64Chars TryToHexString TryToHexStringLower Converter<TInput,TOutput> DataMisalignedException DateOnly Da...
A Decimal number. Return Value value rounded to the nearest 8-bit signed integer. If value is halfway between two whole numbers, the even number is returned; that is, 4.5 is converted to 4, and 5.5 is converted to 6. Exceptions 展开表 Exception TypeCondition OverflowException value is gr...
What Is a Decimal to BCD Converter? This tool converts decimal numbers in base ten to binary coded decimal numbers. Each decimal digit gets converted to a fixed four-bit value. Simple and easy! Decimal to BCD Converter Examples Click to try! click me Convert a Decimal Number to a BCD ...
Convert.ToUInt16 (SByte) converts 8-bit signed integer to 16-bit unsigned integer. : Convert to UInt16 « Development « VB.Net