Link Search Menu Expand Document

ValueComposerComposeVCard Method

Creates value that's correctly handled by barcode readers as vCard message.

Namespace:Bytescout.BarCode
Assembly: Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax
public static string ComposeVCard(
	string firstName,
	string lastName,
	string phone,
	string fax,
	string email,
	string company,
	string job,
	string street,
	string city,
	string state,
	string zipCode,
	string country
)

Parameters

firstName
Type: SystemString
First name.
lastName
Type: SystemString
Last name.
phone
Type: SystemString
Phone number
fax
Type: SystemString
Fax number
email
Type: SystemString
E-mail address.
company
Type: SystemString
Company name
job
Type: SystemString
Job.
street
Type: SystemString
Street.
city
Type: SystemString
City.
state
Type: SystemString
State.
zipCode
Type: SystemString
ZIP (postal) code.
country
Type: SystemString
Country.

Return Value

Type: String

[Missing <returns> documentation for "M:Bytescout.BarCode.ValueComposer.ComposeVCard(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String)"]

See Also

Reference