System::EnumValues::GetValueOf 方法
EnumValues::GetValueOf(const String&, bool) const method
返回具有指定名称的枚举常量的装箱值。
virtual SharedPtr<Object> System::EnumValues<E, Guard>::GetValueOf(const String &str, bool ignoreCase) const override
| 参数 | 类型 | 描述 |
|---|---|---|
| str | const String& | 枚举常量的名称 |
| ignoreCase | bool | 指定在解释枚举常量名称时是否应忽略大小写。 |
ReturnValue
一个装箱的枚举常量值,其名称在 str 中指定。
另见
- Typedef SharedPtr
- Class Object
- Class String
- Class EnumValues
- Namespace System
- Library Aspose.Font for C++
EnumValues::GetValueOf(long) const method
返回具有指定值的枚举常量的装箱值。
virtual SharedPtr<Object> System::EnumValues<E, Guard>::GetValueOf(long val) const override
| 参数 | 类型 | 描述 |
|---|---|---|
| 值 | long | 枚举常量的值 |
ReturnValue
一个装箱的枚举常量值,其 vakye 在 str 中指定。
另见
- Typedef SharedPtr
- Class Object
- Class EnumValues
- Namespace System
- Library Aspose.Font for C++