Click or drag to resize
TerminalActionParameterDeserialize Method

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

Creates a TerminalActionParameter from a serialized value in a string and a type code.

Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0
Syntax
C#
public static TerminalActionParameter Deserialize(
	string serializedValue,
	TypeCode typeCode
)

Parameters

serializedValue
Type: SystemString
typeCode
Type: SystemTypeCode

Return Value

Type: TerminalActionParameter

[Missing <returns> documentation for "M:Sandbox.ModAPI.Ingame.TerminalActionParameter.Deserialize(System.String,System.TypeCode)"]

See Also