C# 클래스 AccidentalFish.ApplicationSupport.Core.Extensions.StringExtensions

String extensions
파일 보기 프로젝트 열기: JamesRandall/AccidentalFish.ApplicationSupport

공개 메소드들

메소드 설명
Base64Decode ( this base64EncodedData ) : string

Base 64 decode a string

Base64Encode ( this plainText ) : string

Base 64 encode a string

메소드 상세

Base64Decode() 공개 정적인 메소드

Base 64 decode a string
public static Base64Decode ( this base64EncodedData ) : string
base64EncodedData this The encoded data
리턴 string

Base64Encode() 공개 정적인 메소드

Base 64 encode a string
public static Base64Encode ( this plainText ) : string
plainText this The string to encode
리턴 string