Click or drag to resize

BinaryConvert Methods

Methods
  NameDescription
Public methodStatic memberChangeType(Array, Type, BinaryConvertConversionType)
Changes a value to a different type.
Public methodStatic memberChangeType(Boolean, TypeCode, BinaryConvertConversionType)
Changes a value to a different type.
Public methodStatic memberChangeType(Byte, TypeCode, BinaryConvertConversionType)
Changes a value to a different type.
Public methodStatic memberChangeType(Double, TypeCode, BinaryConvertConversionType)
Changes a value to a different type.
Public methodStatic memberChangeType(Int16, TypeCode, BinaryConvertConversionType)
Changes a value to a different type.
Public methodStatic memberChangeType(Int32, TypeCode, BinaryConvertConversionType)
Changes a value to a different type.
Public methodStatic memberChangeType(Int64, TypeCode, BinaryConvertConversionType)
Changse a value to a different type.
Public methodStatic memberChangeType(Object, Type, BinaryConvertConversionType)
Changes a value to a different type.
Public methodStatic memberChangeType(Object, TypeCode, BinaryConvertConversionType)
Changes a value to a different type.
Public methodStatic memberChangeType(SByte, TypeCode, BinaryConvertConversionType)
Changes a value to a different type.
Public methodStatic memberChangeType(Single, TypeCode, BinaryConvertConversionType)
Changes a value to a different type.
Public methodStatic memberChangeType(String, TypeCode, BinaryConvertConversionType)
Changes a value to a different type.
Public methodStatic memberChangeType(UInt16, TypeCode, BinaryConvertConversionType)
Changes a value to a different type.
Public methodStatic memberChangeType(UInt32, TypeCode, BinaryConvertConversionType)
Changes a value to a different type.
Public methodStatic memberChangeType(UInt64, TypeCode, BinaryConvertConversionType)
Changes a value to a different type.
Public methodStatic memberChangeType(BinaryString, TypeCode, BinaryConvertConversionType)
Changes a value to a different type.
Top
See Also