Returns the equivalent String for the
specified MetadataModel..::.LongitudeType.
Namespace:
FreeImageAPI.MetadataAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
protected static string ToString( Nullable<MetadataModel..::.LongitudeType> type ) |
| Visual Basic (Declaration) |
|---|
Protected Shared Function ToString ( _ type As Nullable(Of MetadataModel..::.LongitudeType) _ ) As String |
| Visual C++ |
|---|
protected: static String^ ToString( Nullable<MetadataModel..::.LongitudeType> type ) |
Parameters
- type
- Type: System..::.Nullable<(Of <(MetadataModel..::.LongitudeType>)>)
The MetadataModel..::.LongitudeType to convert.