C# 클래스 DotNetXri.Syntax.Characters

This class provides utility methods for parsing XRIs
파일 보기 프로젝트 열기: AArnott/dotnetxri

공개 프로퍼티들

프로퍼티 타입 설명
IPCHAR UnicodeSet
IUNRESERVED UnicodeSet
UCSCHAR UnicodeSet
XRI_PCHAR UnicodeSet

공개 메소드들

메소드 설명
isIPChar ( int c ) : bool

Determines if this character is a valid ipchar (iunreserved/pct-encoded/sub-delims/":"/"@").

This does not check for pct-encoded characters

isPChar ( int c ) : bool

Determines if this character is a valid xri-pchar

비공개 메소드들

메소드 설명
Characters ( )
isEscaped ( int c, string s, int i ) : bool

메소드 상세

isIPChar() 공개 정적인 메소드

Determines if this character is a valid ipchar (iunreserved/pct-encoded/sub-delims/":"/"@").
This does not check for pct-encoded characters
public static isIPChar ( int c ) : bool
c int The char to examine
리턴 bool

isPChar() 공개 정적인 메소드

Determines if this character is a valid xri-pchar
public static isPChar ( int c ) : bool
c int The char to examine
리턴 bool

프로퍼티 상세

IPCHAR 공개적으로 정적으로 프로퍼티

public static UnicodeSet IPCHAR
리턴 UnicodeSet

IUNRESERVED 공개적으로 정적으로 프로퍼티

public static UnicodeSet IUNRESERVED
리턴 UnicodeSet

UCSCHAR 공개적으로 정적으로 프로퍼티

public static UnicodeSet UCSCHAR
리턴 UnicodeSet

XRI_PCHAR 공개적으로 정적으로 프로퍼티

public static UnicodeSet XRI_PCHAR
리턴 UnicodeSet