StringValueExtensionToEnumT Method A Sandcastle Documented Class Library

[Missing <summary> documentation for "M:Ontotext.S4.service.StringValueExtension.ToEnum``1(System.String)"]

Namespace: Ontotext.S4.service
Assembly: S4ClientLibrary (in S4ClientLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static T ToEnum<T>(
	this string str
)

Parameters

str
Type: SystemString

[Missing <param name="str"/> documentation for "M:Ontotext.S4.service.StringValueExtension.ToEnum``1(System.String)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Ontotext.S4.service.StringValueExtension.ToEnum``1(System.String)"]

Return Value

Type: T

[Missing <returns> documentation for "M:Ontotext.S4.service.StringValueExtension.ToEnum``1(System.String)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type String. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also

Reference