C# 클래스 Monobjc.Tools.Utilities.Converter

Utility class to perform special convertions.
파일 보기 프로젝트 열기: Monobjc/monobjc-tools

공개 메소드들

메소드 설명
FromBase64 ( String content ) : byte[]

Extract a byte array from the given base 64 encoded string.

메소드 상세

FromBase64() 공개 정적인 메소드

Extract a byte array from the given base 64 encoded string.
public static FromBase64 ( String content ) : byte[]
content String The content to decode.
리턴 byte[]