StandardFormat.IsDefault Propriedade
Definição
Obtém um valor que indica se a instância atual é o formato padrão.Gets a value that indicates whether the current instance is a default format.
public:
property bool IsDefault { bool get(); };
public bool IsDefault { get; }
member this.IsDefault : bool
Public ReadOnly Property IsDefault As Boolean
Valor da propriedade
true se a instância atual for um formato padrão; caso contrário, false .true if the current instance is a default format; otherwise, false.
Comentários
Um formato padrão tem um especificador de formato cujo Byte valor é 0 e cuja precisão é NoPrecision .A default format has a format specifier whose Byte value is 0 and whose precision is NoPrecision.