Click or drag to resize

DOIdTryParse Method

[Missing <summary> documentation for "M:Casewhere.Common.DOId.TryParse(System.String,Casewhere.Common.DOId@)"]

Namespace:  Casewhere.Common
Assembly:  Casewhere.Common (in Casewhere.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static bool TryParse(
	string id,
	out DOId doId
)

Parameters

id
Type: SystemString

[Missing <param name="id"/> documentation for "M:Casewhere.Common.DOId.TryParse(System.String,Casewhere.Common.DOId@)"]

doId
Type: Casewhere.CommonDOId

[Missing <param name="doId"/> documentation for "M:Casewhere.Common.DOId.TryParse(System.String,Casewhere.Common.DOId@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Casewhere.Common.DOId.TryParse(System.String,Casewhere.Common.DOId@)"]

See Also