Click or drag to resize
ConstantsValueOfT Method
Zet Universe

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

[Missing <summary> documentation for "M:ZU.Constants.ValueOf``1(System.String)"]

Namespace: ZU
Assemblies:  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
Syntax
C#
public static T ValueOf<T>(
	string description
)

Parameters

description
Type: SystemString

[Missing <param name="description"/> documentation for "M:ZU.Constants.ValueOf``1(System.String)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:ZU.Constants.ValueOf``1(System.String)"]

Return Value

Type: T

[Missing <returns> documentation for "M:ZU.Constants.ValueOf``1(System.String)"]

See Also