Implicit Conversion (Codepoint to UInt32)
Definition
Namespace: Avalonia.Media.TextFormatting.Unicode
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static implicit operator uint (
Codepoint codepoint
)
Public Shared Widening Operator CType (
codepoint As Codepoint
) As UInteger
F# does not support the declaration of new casting operators.
Parameters
Return Value
UInt32See Also
Reference
Codepoint Structure
Implicit Overload
Avalonia.Media.TextFormatting.Unicode Namespace