HeifItemIdToString Method
Converts the numeric value of this instance to its equivalent string representation.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
public override string ToString()
Public Overrides Function ToString As String
public:
virtual String^ ToString() override
abstract ToString : unit -> string
override ToString : unit -> string
Return Value
String
The string representation of the value of this instance, consisting of a sequence
of digits ranging from 0 to 9, without a sign or leading zeros.