Click or drag to resize
SubscriptionNumberFormaterExtensionsFormatSubscriptionNumbers Method

[This is preliminary documentation and is subject to change.]

Formats one specific subscription id based on company prefix settings

Namespace: Netadmin.Management.Common.Extensions
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public static string FormatSubscriptionNumbers(
	this ISubscriptionNumberFormater formater,
	long companyId,
	long subscriptionId
)

Parameters

formater
Type: Netadmin.Management.Provisioning.AlgorithmsISubscriptionNumberFormater

[Missing <param name="formater"/> documentation for "M:Netadmin.Management.Common.Extensions.SubscriptionNumberFormaterExtensions.FormatSubscriptionNumbers(Netadmin.Management.Provisioning.Algorithms.ISubscriptionNumberFormater,System.Int64,System.Int64)"]

companyId
Type: SystemInt64
The company id of the subscription
subscriptionId
Type: SystemInt64
The subscription id

Return Value

Type: String
Formated subscription string post/pre-fix

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ISubscriptionNumberFormater. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also