FreeImage.NET Class Library Reference
fi_handleToString Method |
Converts the numeric value of the fi_handle object
to its equivalent string representation.
Namespace: FreeImageAPI.IO
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public override string ToString()
Return Value
Type: StringThe string representation of the value of this instance.
See Also