Char.INumberBase<Char>.IsCanonical(Char) Metodo

Definizione

Determina se un valore è nella relativa rappresentazione canonica.

 static bool System.Numerics.INumberBase<System.Char>.IsCanonical(char value) = System::Numerics::INumberBase<char>::IsCanonical;
static bool INumberBase<char>.IsCanonical (char value);
static member System.Numerics.INumberBase<System.Char>.IsCanonical : char -> bool
 Shared Function IsCanonical (value As Char) As Boolean Implements INumberBase(Of Char).IsCanonical

Parametri

value
Char

Valore da controllare.

Restituisce

true se value è nella relativa rappresentazione canonica; in caso contrario, false.

Implementazioni

Si applica a