Gets a static member as a string.
Syntax
1
get_static_member_string(type_name, member_name)
Argument | Type | Description |
---|---|---|
type_name | string | The name of the type that declares the field or property. |
member_name | string | The name of the field or property to get. |
Returns: String
Description
This function gets a static member as a string.