NumberFormatInfo.DigitSubstitution Propriedade

Definição

Obtém ou define um valor que especifica como a interface gráfica do usuário exibe a forma de um dígito.

public:
 property System::Globalization::DigitShapes DigitSubstitution { System::Globalization::DigitShapes get(); void set(System::Globalization::DigitShapes value); };
public System.Globalization.DigitShapes DigitSubstitution { get; set; }
[System.Runtime.InteropServices.ComVisible(false)]
public System.Globalization.DigitShapes DigitSubstitution { get; set; }
member this.DigitSubstitution : System.Globalization.DigitShapes with get, set
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.DigitSubstitution : System.Globalization.DigitShapes with get, set
Public Property DigitSubstitution As DigitShapes

Valor da propriedade

Um dos valores de enumeração que especifica a forma do dígito específica da cultura.

Atributos

Exceções

O objeto NumberFormatInfo atual é somente leitura.

O valor em uma operação definida não é um valor DigitShapes válido.

Comentários

Importante

A propriedade DigitSubstitution está reservada para uso futuro. Atualmente, ele não é usado em operações de análise ou formatação para o objeto atual NumberFormatInfo .

Aplica-se a