메소드 | 설명 | |
---|---|---|
CalculateShaHash ( string text ) : string |
Calculates SHA1 hash
|
|
CalculateShaHash ( string text, |
Calculates SHA1 hash
|
|
EnsureEndWithSemiColon ( string value ) : string | ||
GetEncoder ( DynamicImageFormat format ) : System.Windows.Media.Imaging.BitmapEncoder | ||
MergeScript ( string firstScript, string secondScript ) : string | ||
SendImageToHttpResponse ( |
메소드 | 설명 | |
---|---|---|
Base16Encode ( byte bytes ) : string |
Returns a lowercase hexadecimal encoding of the specified binary data
|
|
SaveImageStream ( GeneratedImage generatedImage, System.Stream stream ) : void |
public static CalculateShaHash ( string text ) : string | ||
text | string | input string |
리턴 | string |
public static CalculateShaHash ( string text, |
||
text | string | input string |
encoding | Character encoding | |
리턴 | string |
public static EnsureEndWithSemiColon ( string value ) : string | ||
value | string | |
리턴 | string |
public static GetEncoder ( DynamicImageFormat format ) : System.Windows.Media.Imaging.BitmapEncoder | ||
format | DynamicImageFormat | |
리턴 | System.Windows.Media.Imaging.BitmapEncoder |
public static MergeScript ( string firstScript, string secondScript ) : string | ||
firstScript | string | |
secondScript | string | |
리턴 | string |
public static SendImageToHttpResponse ( |
||
context | ||
generatedImage | GeneratedImage | |
리턴 | void |