Click or drag to resize
StringExtensions Class
StringExtensions
Inheritance Hierarchy
SystemObject
  Bio.ExtensionsStringExtensions

Namespace: Bio.Extensions
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static class StringExtensions

The StringExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberContains
Implement the Contains(ch) method for PCL.
Public methodStatic memberProtectedSplit
Splits a string, but allows you to protect using, for example, balanced parentheses.
Public methodStatic memberReverse
Reverse
Public methodStatic memberToByteArray
Converts an inbound string to a byte array
Public methodStatic memberToMixedInvariant
ToMixedInvariant
Top
See Also