Gets the CurrencyCodeInfo from a given format code from the default codes. If no match is found, the result is null (Nothing in Visual Basic).
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public static CurrencyCodeInfo InfoFromCode ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function InfoFromCode( _ |
The code to search for.
An instance of the CurrencyCodeInfo class.
See Also