C# 클래스 WebApplications.Utilities.PowerShell.Zip.SlashEncoder

A UTF8 Encoder that converts all slashes to a target slash.
상속: System.Text.UTF8Encoding
파일 보기 프로젝트 열기: webappsuk/CoreLibraries

공개 프로퍼티들

프로퍼티 타입 설명
Back SlashEncoder
Forward SlashEncoder

공개 메소드들

메소드 설명
GetBytes ( string s ) : byte[]

비공개 메소드들

메소드 설명
SlashEncoder ( [ targetSlash ) : System

메소드 상세

GetBytes() 공개 메소드

public GetBytes ( string s ) : byte[]
s string
리턴 byte[]

프로퍼티 상세

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

public static SlashEncoder Back
리턴 SlashEncoder

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

public static SlashEncoder Forward
리턴 SlashEncoder