OptionConverter MembersApache log4net™ SDK Documentation
The OptionConverter type exposes the following members.
Methods

  NameDescription
Public methodStatic memberCanConvertTypeTo
Checks if there is an appropriate type conversion from the source type to the target type.
Public methodStatic memberConvertStringTo
Converts a string to an object.
Public methodStatic memberConvertTypeTo
Converts an object to the target type.
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodStatic memberInstantiateByClassName
Instantiates an object given a class name.
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodStatic memberSubstituteVariables
Performs variable substitution in string value from the values of keys found in props.
Public methodStatic memberToBoolean
Converts a string to a OnlineBoolean value.
Public methodStatic memberToFileSize
Parses a file size into a number.
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Back to Top
See Also