fi_handle.ToString Method

FreeImage.NET

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: String
The string representation of the value of this instance.
See Also