Click or drag to resize

URNTryParse(String, URN) Method

Tries to construct a URN instance by parsing the provided String

Namespace: Sportradar.OddsFeed.SDK.Messages
Assembly: Sportradar.OddsFeed.SDK.Messages (in Sportradar.OddsFeed.SDK.Messages.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
public static bool TryParse(
	string urnString,
	out URN urn
)

Parameters

urnString  String
The String representation of the URN
urn  URN
When the method returns it contains the URN constructed by parsing the provided string if the parsing was successful, otherwise null

Return Value

Boolean
true if XXXX, false otherwise.
See Also