BarCodeHelper.Get39Html Method

HD.Common

BarCodeHelperGet39Html Method Helper帮助文档
获取12位39码的Html字符串

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static string Get39Html(
	string s,
	int width,
	int height
)
Public Shared Function Get39Html ( 
	s As String,
	width As Integer,
	height As Integer
) As String
public:
static String^ Get39Html(
	String^ s, 
	int width, 
	int height
)
static member Get39Html : 
        s : string * 
        width : int * 
        height : int -> string 

Parameters

s
Type: SystemString
转换的字符串
width
Type: SystemInt32
条码的宽度
height
Type: SystemInt32
条码的高度

Return Value

Type: String
html
See Also

Reference