C# 클래스 ATMLUtilitiesLibrary.StringUtils

파일 보기 프로젝트 열기: UtrsSoftware/ATMLWorkBench

공개 메소드들

메소드 설명
GenerateStreamFromString ( string value ) : MemoryStream
RemoveByteOrderMarkUTF8 ( string text ) : string
StripSpecialCharacters ( String input ) : String

메소드 상세

GenerateStreamFromString() 공개 정적인 메소드

public static GenerateStreamFromString ( string value ) : MemoryStream
value string
리턴 System.IO.MemoryStream

RemoveByteOrderMarkUTF8() 공개 정적인 메소드

public static RemoveByteOrderMarkUTF8 ( string text ) : string
text string
리턴 string

StripSpecialCharacters() 공개 정적인 메소드

public static StripSpecialCharacters ( String input ) : String
input String
리턴 String