ProGet SDK Reference
Version:

Parse(string s) Method

Parses the specified string and returns a DockerDigest instance.

Syntax

public static DockerDigest Parse(string s)

Parameters

s
Type: string

The string to parse.

Returns

DockerDigest instance.

Exceptions

System.ArgumentNullException

s is null (Nothing in Visual Basic) or empty.

System.FormatException

s is not a valid content digest string.