log4net SDK Reference

OptionConverter Methods

The methods of the OptionConverter class are listed below. For a complete list of OptionConverter class members, see the OptionConverter Members topic.

Public Static (Shared) Methods

CanConvertTypeTo Checks if there is an appropriate type conversion from the source type to the target type.
ConvertStringTo Converts a string to an object.
ConvertTypeTo Converts an object to the target type.
InstantiateByClassName Instantiates an object given a class name.
SubstituteVariables Performs variable substitution in string val from the values of keys found in props.
ToBoolean Converts a string to a Boolean value.
ToFileSize Parses a file size into a number.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

OptionConverter Class | log4net.Util Namespace