Explicit conversion from 128bit integer to character.

Namespace: MonoSoftware.Core
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public static explicit operator char (
	Int128 a
)
Visual Basic
Public Shared Narrowing Operator CType ( 
	a As Int128
) As Char
Visual C++
static explicit operator wchar_t (
	Int128 a
)
F#
F# does not support the declaration of new casting operators.

Parameters

a
Type: MonoSoftware.Core..::..Int128
128bit integer

Return Value

Type: Char
Character

See Also