GetFormat()
NumberFormatInfo::GetFormat(const TypeInfo&) method
Gets formatter of specific type.
SharedPtr<Object> System::Globalization::NumberFormatInfo::GetFormat(const TypeInfo &format_type) override
Arguments
Parameter | Type | Description |
---|---|---|
format_type | const TypeInfo& | Type of formatter to get; only NumberFormatInfo type is supported. |
Return Value
Formatter or null if not availsable.
See Also
- Typedef SharedPtr
- Class Object
- Class TypeInfo
- Class NumberFormatInfo
- Namespace System::Globalization
- Library Aspose.Slides