B-Arts DocumentationIndice generale

BEnum

Identità

  • Namespace: B.BStatics

  • Assembly: BFramework

  • Tipo: class

  • Sorgente API: versione 5.0.0

Scopo

Espone operazioni statiche riutilizzabili tramite BEnum. Consultare gli overload prima di introdurre una funzione equivalente.

Dichiarazione

public static class BEnum

Metodi

  • static string GetValue(object? Value, Type EnumType, string NullValue = "")

  • static object? ToEnum(object? Value, Type EnumType, object? NullValue = null)

Esempi

Consultare BEnum - Esempi.