NumberFormatInfo.GetInstance(IFormatProvider) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與指定的 NumberFormatInfo 相關聯的 IFormatProvider。
public:
static System::Globalization::NumberFormatInfo ^ GetInstance(IFormatProvider ^ formatProvider);
public static System.Globalization.NumberFormatInfo GetInstance (IFormatProvider formatProvider);
public static System.Globalization.NumberFormatInfo GetInstance (IFormatProvider? formatProvider);
static member GetInstance : IFormatProvider -> System.Globalization.NumberFormatInfo
Public Shared Function GetInstance (formatProvider As IFormatProvider) As NumberFormatInfo
參數
傳回
與指定 NumberFormatInfo 相關聯的 IFormatProvider。
備註
這個方法會使用 IFormatProvider.GetFormat 做為 Type 參數的 方法formatProvider
NumberFormatInfo。 如果 是 null
或 如果 IFormatProvider.GetFormatformatProvider
傳回 null
,這個方法會傳CurrentInfo回 。
您的應用程式會 NumberFormatInfo 使用下列其中一種方法取得特定文化特性的物件:
透過方法, GetInstance 其中
provider
是 CultureInfo。
物件 NumberFormatInfo 只會針對非變異文化特性或特定文化特性建立,而不是針對中性文化特性建立。 如需非變異文化特性、特定文化特性和中性文化特性的詳細資訊,請參閱 CultureInfo 類別。