Click or drag to resize

TranslatedTextAccessorGetString Method

Access a string directly with an Enum

Namespace:  Micros.Ops
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public string GetString(
	Enum nId
)

Parameters

nId
Type: SystemEnum
The enumeration

Return Value

Type: String
The string associated with this enum
See Also