Portable.Xaml.ParsedMarkupExtensionInfo.SubstringWithEscape C# (CSharp) 메소드

SubstringWithEscape() 개인적인 메소드

private SubstringWithEscape ( string s, int startIndex, char escape ) : string
s string
startIndex int
escape char
리턴 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