Table of Contents

Class StringExtensions

Namespace
Savvyio.Extensions.SimpleQueueService.EventDriven
Assembly
Savvyio.Extensions.SimpleQueueService.dll

Extension methods for the string class.

public static class StringExtensions
Inheritance
StringExtensions

Methods

ToSnsUri(string, Action<AmazonResourceNameOptions>)

Converts the specified source to its equivalent AWS ARN Uri representation.

public static Uri ToSnsUri(this string source, Action<AmazonResourceNameOptions> setup = null)

Parameters

source string

The string to extend.

setup Action<AmazonResourceNameOptions>

The AmazonResourceNameOptions which may be configured.

Returns

Uri

A Uri that corresponds to source and setup.