StringExtensions Class 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
String Extensions.
public ref class StringExtensions abstract sealed
	public static class StringExtensions
	type StringExtensions = class
	Public Module StringExtensions
		- Inheritance
 - 
				StringExtensions
 
Methods
| DecodeFrom64(String) | 
		 Decodes string from base 64 ASCII.  | 
        	
| EncodeTo64(String) | 
		 Encodes the string to base 64 ASCII.  | 
        	
| NormalizeSeparators(String) | 
		 Ensures directory separator chars in provided string are platform independent. Given path might use \ or / but not all platforms support both.  | 
        	
| ToProperCase(String) | 
		 Capitalize the first character and add a space before each capitalized letter (except the first character).  |