Convert

The Convert module.

Convert Equals

SystemConvert.__Equals__SystemObject__SystemBoolean(System.Convert instanceSystem.Object obj)

outputs: unnamed (Boolean)

flow: none

C# Documentation

Convert FromBase64CharArray

SystemConvert.__FromBase64CharArray__SystemCharArray_SystemInt32_SystemInt32__SystemByteArray(System.Char[] inArraySystem.Int32 offsetSystem.Int32 length)

outputs: unnamed (Byte[])

flow: none

C# Documentation

Convert FromBase64String

SystemConvert.__FromBase64String__SystemString__SystemByteArray(System.String s)

outputs: unnamed (Byte[])

flow: none

C# Documentation

Convert GetHashCode

SystemConvert.__GetHashCode__SystemInt32(System.Convert instance)

outputs: unnamed (Int32)

flow: none

C# Documentation

Convert GetType

SystemConvert.__GetType__SystemType(System.Convert instance)

outputs: unnamed (Type)

flow: none

C# Documentation

Convert ToBase64CharArray

SystemConvert.__ToBase64CharArray__SystemByteArray_SystemInt32_SystemInt32_SystemCharArray_SystemInt32__SystemInt32(System.Byte[] inArraySystem.Int32 offsetInSystem.Int32 lengthSystem.Char[] outArraySystem.Int32 offsetOut)

outputs: unnamed (Int32)

flow: none

C# Documentation

Convert ToBase64String

SystemConvert.__ToBase64String__SystemByteArray__SystemString(System.Byte[] inArray)

outputs: unnamed (String)

flow: none

C# Documentation

Convert ToBoolean

SystemConvert.__ToBoolean__SystemObject__SystemBoolean(System.Object value)

outputs: unnamed (Boolean)

flow: none

C# Documentation

Convert ToByte

SystemConvert.__ToByte__SystemObject__SystemByte(System.Object value)

outputs: unnamed (Byte)

flow: none

C# Documentation

Convert ToChar

SystemConvert.__ToChar__SystemObject__SystemChar(System.Object value)

outputs: unnamed (Char)

flow: none

C# Documentation

Convert ToDateTime

SystemConvert.__ToDateTime__SystemDateTime__SystemDateTime(System.DateTime value)

outputs: unnamed (DateTime)

flow: none

C# Documentation

Convert ToDecimal

SystemConvert.__ToDecimal__SystemObject__SystemDecimal(System.Object value)

outputs: unnamed (Decimal)

flow: none

C# Documentation

Convert ToDouble

SystemConvert.__ToDouble__SystemObject__SystemDouble(System.Object value)

outputs: unnamed (Double)

flow: none

C# Documentation

Convert ToSingle

SystemConvert.__ToSingle__SystemObject__SystemSingle(System.Object value)

outputs: unnamed (Single)

flow: none

C# Documentation

Convert ToInt32

SystemConvert.__ToInt32__SystemObject__SystemInt32(System.Object value)

outputs: unnamed (Int32)

flow: none

C# Documentation

Convert ToInt16

SystemConvert.__ToInt16__SystemObject__SystemInt16(System.Object value)

outputs: unnamed (Int16)

flow: none

C# Documentation

Convert ToInt64

SystemConvert.__ToInt64__SystemObject__SystemInt64(System.Object value)

outputs: unnamed (Int64)

flow: none

C# Documentation

Convert ToSByte

SystemConvert.__ToSByte__SystemObject__SystemSByte(System.Object value)

outputs: unnamed (SByte)

flow: none

C# Documentation

Convert ToString

SystemConvert.__ToString__SystemString(System.Convert instance)

outputs: unnamed (String)

flow: none

C# Documentation

Convert ToUInt32

SystemConvert.__ToUInt32__SystemObject__SystemUInt32(System.Object value)

outputs: unnamed (UInt32)

flow: none

C# Documentation

Convert ToUInt16

SystemConvert.__ToUInt16__SystemObject__SystemUInt16(System.Object value)

outputs: unnamed (UInt16)

flow: none

C# Documentation

Convert ToUInt64

SystemConvert.__ToUInt64__SystemObject__SystemUInt64(System.Object value)

outputs: unnamed (UInt64)

flow: none

C# Documentation