RGBTRIPLE.ToString Method

FreeImage.NET

RGBTRIPLEToString Method
Converts the numeric value of the RGBTRIPLE object to its equivalent string representation.

Namespace: FreeImageAPI
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