C# 클래스 Playground.Android.MainActivity

상속: Android.App.Activity
파일 보기 프로젝트 열기: fpt-software/Wordpress-Client

공개 메소드들

메소드 설명
ToHex ( byte bytes, bool upperCase ) : string

보호된 메소드들

메소드 설명
OnCreate ( Bundle bundle ) : void

비공개 메소드들

메소드 설명
HandleDownloadProgress ( long bytes, long totalBytes, long totalBytesExpected ) : void

메소드 상세

OnCreate() 보호된 메소드

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
리턴 void

ToHex() 공개 정적인 메소드

public static ToHex ( byte bytes, bool upperCase ) : string
bytes byte
upperCase bool
리턴 string