C# 클래스 MsgPack.Validation

Common validtion utility.
파일 보기 프로젝트 열기: msgpack/msgpack-cli

공개 메소드들

메소드 설명
ValidateIsNotNullNorEmpty ( string value, string parameterName ) : void
ValidateNamespace ( string @namespace, string parameterName ) : void

비공개 메소드들

메소드 설명
IsPrintable ( UnicodeCategory category ) : bool

Determine specified category is printiable.

This method is conservative, but application cannot print the charactor because appropriate font is not installed the machine.

메소드 상세

ValidateIsNotNullNorEmpty() 공개 정적인 메소드

public static ValidateIsNotNullNorEmpty ( string value, string parameterName ) : void
value string
parameterName string
리턴 void

ValidateNamespace() 공개 정적인 메소드

public static ValidateNamespace ( string @namespace, string parameterName ) : void
@namespace string
parameterName string
리턴 void