VocabularyDefinition.GetFormatString Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetFormatString() | |
GetFormatString(String) |
GetFormatString()
public:
Microsoft::RuleEngine::FormatString ^ GetFormatString();
public Microsoft.RuleEngine.FormatString GetFormatString ();
member this.GetFormatString : unit -> Microsoft.RuleEngine.FormatString
Public Function GetFormatString () As FormatString
Returns
Applies to
GetFormatString(String)
public:
Microsoft::RuleEngine::FormatString ^ GetFormatString(System::String ^ culture);
public Microsoft.RuleEngine.FormatString GetFormatString (string culture);
member this.GetFormatString : string -> Microsoft.RuleEngine.FormatString
Public Function GetFormatString (culture As String) As FormatString
Parameters
- culture
- String