C# 클래스 DotNetNuke.Modules.ActiveForumsTapatalk.Extensions.StringExtensions

파일 보기 프로젝트 열기: jbrunken/ActiveForumsTapatalk

공개 메소드들

메소드 설명
ToBytes ( this value ) : byte[]
ToMd5Hash ( this value ) : string

Convert a input string to a byte array and compute the hash.

메소드 상세

ToBytes() 공개 정적인 메소드

public static ToBytes ( this value ) : byte[]
value this
리턴 byte[]

ToMd5Hash() 공개 정적인 메소드

Convert a input string to a byte array and compute the hash.
public static ToMd5Hash ( this value ) : string
value this Input string.
리턴 string