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.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public string ToString(
	string separator
)

Parameters

separator  String
String to put between the values

Return Value

String
Generated string.

See Also