GuoidObject  Conversion (String to GuoidObject) Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Performs an explicit conversion from String to GuoidObject.

Namespace: ContentStudio.Document
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public static explicit operator GuoidObject (
	string guoid
)

Parameters

guoid
Type: SystemString
The string to convert.

Return Value

Type: GuoidObject
The result of the conversion.
Exceptions

ExceptionCondition
ArgumentNullExceptionguoid cannot be null
ArgumentExceptionguoid is not in the valid GUOID format.
See Also

Reference