Methods
Static convertToNumber
- convertToNumber(meth: string, v: any, minValue: number, maxValue: number, trunc: boolean, provider?: IFormatProvider, throwOnNaN?: boolean): number
-
Parameters
-
meth: string
-
v: any
-
minValue: number
-
maxValue: number
-
trunc: boolean
-
-
Optional throwOnNaN: boolean
Returns number
Static toBoolean
- toBoolean(v: any, provider?: IFormatProvider): boolean
-
Parameters
Returns boolean
Static toByte
- toByte(v: any, provider?: IFormatProvider): number
-
Parameters
Returns number
Static toChar
- toChar(v: any, provider?: IFormatProvider): string
-
Parameters
Returns string
Static toDateTime
- toDateTime(v: any, provider?: IFormatProvider): Date
-
Parameters
Returns Date
Static toDecimal
- toDecimal(v: any, provider?: IFormatProvider): number
-
Parameters
Returns number
Static toDouble
- toDouble(v: any, provider?: IFormatProvider): number
-
Parameters
Returns number
Static toInt16
- toInt16(v: any, provider?: IFormatProvider): number
-
Parameters
Returns number
Static toInt32
- toInt32(v: any, provider?: IFormatProvider): number
-
Parameters
Returns number
Static toInt64
- toInt64(v: any, provider?: IFormatProvider): number
-
Parameters
Returns number
Static toSByte
- toSByte(v: any, provider?: IFormatProvider): number
-
Parameters
Returns number
Static toSingle
- toSingle(v: any, provider?: IFormatProvider): number
-
Parameters
Returns number
Static toString1
- toString1(v: any, provider?: IFormatProvider): string
-
Parameters
Returns string
Static toUInt16
- toUInt16(v: any, provider?: IFormatProvider): number
-
Parameters
Returns number
Static toUInt32
- toUInt32(v: any, provider?: IFormatProvider): number
-
Parameters
Returns number
Static toUInt64
- toUInt64(v: any, provider?: IFormatProvider): number
-
Parameters
Returns number