ImeiNumberToString(String) Method

Returns the IMEI number as a string with the given separator inbetween the values. Example: 00-000000-000000-0 if separator is a dash.

Definition

Namespace: MobileTrack.Common.Models
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public string ToString(
	string separator
)

Parameters

separator  String
String to put between the values

Return Value

String
Generated string.

See Also