HeifItemIdToString Method

Converts the numeric value of this instance to its equivalent string representation.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public override string ToString()

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.

See Also