Skip to content
This repository has been archived by the owner on Jul 27, 2021. It is now read-only.

M_Iota_Lib_CSharp_Api_Core_EnumHelper_GetCommandString

saniro edited this page Feb 16, 2017 · 1 revision

EnumHelper.GetCommandString Method

Retrieve the description on the enum

Namespace: Iota.Lib.CSharp.Api.Core
Assembly: IotaApi (in IotaApi.dll) Version: 0.9.0.24212 (1.0.0.0)

Syntax

C#

public static string GetCommandString(
	this Enum en
)

Parameters

 

en
Type: System.Enum
The Enumeration

Return Value

Type: String
A string representing the friendly name

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Enum. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also

Reference

EnumHelper Class
Iota.Lib.CSharp.Api.Core Namespace

Clone this wiki locally