ValueComposerComposeVCard Method
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Creates value that's correctly handled by barcode readers as vCard message.
Namespace:Bytescout.BarCodeAssembly: Bytescout.BarCode.QRCode (in Bytescout.BarCode.QRCode.dll) Version: 2.0.0.1228-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 - 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