(Inherits from MfEnum)
Specifies whether applicable MfString.Split() method overloads include or omit empty substrings from the return value.
This enumeration has a MfFlagsAttribute Attribute that allows a bitwise combination of its member values.
MfStringSplitOptions is an MfEnum style class.
MfStringSplitOptions is a Sealed Class and cannot be inherited.
Properties, Enumerations, Methods, Remarks
Name |
Description |
|
Creates a new instance of MfStringSplitOptions class and set initial value to the value of None. |
||
Creates a new instance of MfStringSplitOptions class and sets initial value to value of num. |
||
Creates a new instance of MfStringSplitOptions class an set the initial value to the value of instanceEnum. |
||
Creates a new instance of MfStringSplitOptions and set its value enumItem value(s). |
Name |
Description |
|
The return value includes array elements that contain an empty string. |
||
The return value does not include array elements that contain an empty string. |
||
The return value will have the begging and the end of the line trimmed. |
||
The return value will have the start of the line trimmed. |
||
The return value will have the end of the line trimmed. |
||
The return value will have any line ending character such as `n`r removed. |
Name |
Description |
|
Gets the Singleton instance of the class. Inherited from MfEnum. |
||
Gets a var value representing the Maximum value of all the EnumItem instances in an MfEnum instance as a var containing integer. Inherited from MfEnum. |
||
Gets or sets the value associated with the derived MfEnum class. Inherited from MfEnum. |
Name |
Description |
|
Compares the current instance with another object derived from MfEnum or MfEnum.EnumItem Instance and returns an integer that indicates whether the current instance Value precedes, follows, or occurs in the same position in the sort order as the other object. Inherited from MfEnum. |
||
Compares objA against current MfEnum instance to see if they have the same Value. Inherited from MfEnum. |
||
Gets an MfAttribute of the class. Inherited from MfObject. |
||
Gets a MfGenericList of MfAttribute that Contains the attributes for the current class instance. Inherited from MfObject. |
||
Gets A hash code for the current MfEnum. Overrides MfObject.GetHashCode(). Inherited from MfEnum. |
||
Gets the instance for the MfStringSplitOptions class. |
||
Gets the zero-based index value of the position of MfAttribute within the instance of the class. Inherited from MfObject. |
||
Gets a of MfGenericList of MfString containing all enumeration names of derived MfEnum class. Inherited from MfEnum. |
||
Gets the Type for the for the Class .Inherited from MfObject. |
||
Get an enumeration value of MfTypeCode the represents MfEnum Type Code. Inherited from MfEnum. |
||
Gets a MfGenericList of MfInteger containing values of derived MfEnum class. Inherited from MfEnum. |
||
Gets if the current instance of class derived from MfSystemException has MfAttribute. Inherited from MfObject. |
||
Gets if current instance of object is of the same type. Inherited from MfEnum. |
||
Get if the current class is an instance. Inherited from MfObject. |
||
Creates a shallow copy of the current MfObject instance. Inherited from MfObject. |
||
Gets a string representation of the object. Inherited from MfEnum. |
Sealed Class
MfEnum.Parse(), MfEnum.ParseItem(), MfEnum.TryParse(), MfEnum.TryParseItem(), MfEnum.ToObject()