Click or drag to resize

StringExtensions Class

Extension methods for parsing string values from configuration.
Inheritance Hierarchy
SystemObject
  Autofac.Configuration.UtilStringExtensions

Namespace:  Autofac.Configuration.Util
Assembly:  Autofac.Configuration (in Autofac.Configuration.dll) Version: 6.0.0+ec1c6438ceb3f3338c7364e35e7303f014e3fc39
Syntax
public static class StringExtensions

The StringExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberToFlexibleBoolean
Uses a flexible parsing routine to convert a text value into a Boolean.
Top
See Also