Click or drag to resize

HeifItemIdToString Method

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

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntax
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