Share via


LicenseStorageResult.ErrorString Property

Definition

Gets the ErrorCode formated as a hexidecimal string.

public string ErrorString { get; }
member this.ErrorString : string
Public ReadOnly Property ErrorString As String

Property Value

The ErrorCode formated as a hexidecimal string. For example, zero would be returned as "0x0".

Applies to