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