Click or drag to resize

TranslatedTextAccessorGetString Method

Access a string directly with an Enum

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

Parameters

nId  Enum
The enumeration

Return Value

String
The string associated with this enum
See Also