C# 클래스 SensorbergSDK.Internal.Utils.Helper

파일 보기 프로젝트 열기: sensorberg-dev/windows10-sdk

공개 메소드들

메소드 설명
BeginInvoke ( System.Action action ) : void
EnsureEncodingIsUtf8 ( string str ) : string
StripLineBreaksAndExcessWhitespaces ( string str ) : string

메소드 상세

BeginInvoke() 공개 정적인 메소드

public static BeginInvoke ( System.Action action ) : void
action System.Action
리턴 void

EnsureEncodingIsUtf8() 공개 정적인 메소드

public static EnsureEncodingIsUtf8 ( string str ) : string
str string
리턴 string

StripLineBreaksAndExcessWhitespaces() 공개 정적인 메소드

public static StripLineBreaksAndExcessWhitespaces ( string str ) : string
str string
리턴 string