Portable.Xaml.ParsedMarkupExtensionInfo.SubstringWithEscape C# (CSharp) Méthode

SubstringWithEscape() private méthode

private SubstringWithEscape ( string s, int startIndex, char escape ) : string
s string
startIndex int
escape char
Résultat string
		string SubstringWithEscape (string s, int startIndex, char? escape)
		{
			return SubstringWithEscape (s, startIndex, s.Length - startIndex, escape);
		}

Same methods

ParsedMarkupExtensionInfo::SubstringWithEscape ( string s, int startIndex, int numCharacters, char escape ) : string