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