C# 클래스 HBaseStargate.Helpers.StringExtension

파일 보기 프로젝트 열기: ksopyla/HbaseStargate.net

공개 메소드들

메소드 설명
DecodeFromBase64 ( this encodedText ) : string
EncodeToBase64 ( this textToEncode ) : string

메소드 상세

DecodeFromBase64() 공개 정적인 메소드

public static DecodeFromBase64 ( this encodedText ) : string
encodedText this
리턴 string

EncodeToBase64() 공개 정적인 메소드

public static EncodeToBase64 ( this textToEncode ) : string
textToEncode this
리턴 string